-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
revert quicktype bump since for CI issue #17934
Conversation
Quality Gate passed for 'open-metadata-ui'Issues Measures |
@@ -14,7 +14,7 @@ | |||
"scripts": { | |||
"start": "NODE_ENV=development BABEL_ENV=development webpack serve --config ./webpack.config.dev.js --env development", | |||
"build": "NODE_ENV=production BABEL_ENV=production webpack --config ./webpack.config.prod.js --env production", | |||
"preinstall": "cd ../../../../.. && yarn install --frozen-lockfile", | |||
"preinstall": "cd ../../../../.. && yarn global add node-gyp && yarn install --frozen-lockfile", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chirag-madlani , is this required?
@@ -62,7 +62,7 @@ getTypes(){ | |||
for file_with_dir in $(find $tmp_dir -name "*.json" | sed -e "s/${escaped_tmp_dir}//g") | |||
do | |||
joblist=$(jobs | wc -l) | |||
while [ ${joblist} -ge 30 ] | |||
while [ ${joblist} -ge 10 ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we are changing this?
Describe your changes:
Fixes
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>